evo-doc / back-end

CTU FIT / BI-SP1 / EvoDoc semestral project - Back End
Other
0 stars 0 forks source link

Refactor permission&module api modules #19

Closed TomStary closed 6 years ago

TomStary commented 6 years ago

Do not use values inside url, like id, use body or url params for that, also no camel case, best practice is to use only one word, so instead of this urlToServer/modulePermission use this urlToServer/module/permission

DanHampl commented 6 years ago

in dev now