Skip to content
Snippets Groups Projects
Commit 13ec1d0c authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

add `@allow_nobody` to `@get /semester/:timestamp/week`, fixes #1598

Closes #1598

Merge request studip/studip!1028
parent 4a8b9934
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,7 @@ class Semester extends \RESTAPI\RouteMap ...@@ -46,6 +46,7 @@ class Semester extends \RESTAPI\RouteMap
* Returns the semester week as string for a given string * Returns the semester week as string for a given string
* *
* @get /semester/:timestamp/week * @get /semester/:timestamp/week
* @allow_nobody
*/ */
public function getSemesterWeek(int $timestamp) public function getSemesterWeek(int $timestamp)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment