mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Rework API to be more RESTful (references #139)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<script>
|
||||
var Grocy = { };
|
||||
Grocy.OpenApi = { };
|
||||
Grocy.OpenApi.SpecUrl = '{{ $U('/api/get-openapi-specification') }}';
|
||||
Grocy.OpenApi.SpecUrl = '{{ $U('/api/openapi/specification') }}';
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
Reference in New Issue
Block a user