passing address to saveRequest

This commit is contained in:
muerwre 2018-08-31 10:08:59 +07:00
parent 47e4f4a97d
commit fc1bac528a
5 changed files with 12 additions and 3 deletions

3
src/constants/tips.js Normal file
View file

@ -0,0 +1,3 @@
export const TIPS = {
SAVE_INFO: 'Вы можете задать своё название маршрута и адрес, по которому он будет доступен.'
};