- api routes (but not /swagger.json) are now under /api/v1 - the api has changed a bit, more to come - files are served from the current directory by default, simplifying naming - the startup message is more informative - added some startup hints for the angular client
5 lines
78 B
HTML
5 lines
78 B
HTML
<div ng-controller="JournalController as journal">
|
|
{{journal.name}}
|
|
</div>
|
|
|