Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
dukecon/dukecon_admin#4 Add "forceUpdate" URI to init.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Mar 12, 2018
1 parent e35c6e2 commit 3351ad6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class CurrentConferenceResource {
endDate : dtf.format(c.endDate),
authEnabled : c.authEnabled,
admin : "../rest/admin/${c.id}".toString(),
forceUpdate : "../rest/conferences/update/${c.id}".toString(),
conferences : "../rest/conferences/${c.id}".toString(),
events : "../rest/eventsBooking/${c.id}".toString(),
keycloak : "../rest/keycloak.json",
Expand Down

0 comments on commit 3351ad6

Please sign in to comment.