Skip to content
Snippets Groups Projects

Resolve "Rest API should follow google guidlines"

Merged Piotr Gawron requested to merge 90-rest-api-should-follow-google-guidlines into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -12,7 +12,8 @@ var SessionObjectType = {
CENTER : "CENTER",
ZOOM_LEVEL : "ZOOM_LEVEL",
TOKEN: "TOKEN",
TOKEN: "MINERVA_AUTH_TOKEN",
LOGIN: "LOGIN",
};
module.exports = SessionObjectType;
Loading