Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Merge requests
!11
Resolve "Rest API should follow google guidlines"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Rest API should follow google guidlines"
90-rest-api-should-follow-google-guidlines
into
master
Overview
0
Commits
61
Pipelines
0
Changes
1
Merged
Piotr Gawron
requested to merge
90-rest-api-should-follow-google-guidlines
into
master
7 years ago
Overview
0
Commits
61
Pipelines
0
Changes
1
Expand
Closes
#90 (closed)
0
0
Merge request reports
Viewing commit
153be480
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
153be480
cookie auth token renamed
· 153be480
Piotr Gawron
authored
7 years ago
frontend-js/src/main/js/SessionObjectType.js
+
2
−
1
Options
@@ -12,7 +12,8 @@ var SessionObjectType = {
CENTER
:
"
CENTER
"
,
ZOOM_LEVEL
:
"
ZOOM_LEVEL
"
,
TOKEN
:
"
TOKEN
"
,
TOKEN
:
"
MINERVA_AUTH_TOKEN
"
,
LOGIN
:
"
LOGIN
"
,
};
module
.
exports
=
SessionObjectType
;
Loading