moving comment out of JSON string
This commit is contained in:
parent
d2760742b6
commit
8cdbc11d92
1 changed files with 1 additions and 1 deletions
|
|
@ -43,9 +43,9 @@ public class HomeController {
|
||||||
*/
|
*/
|
||||||
@GetMapping("/users/springbot")
|
@GetMapping("/users/springbot")
|
||||||
public String actor() {
|
public String actor() {
|
||||||
|
// TODO: this needs some sort of object wrapper or template, and data in database
|
||||||
return """
|
return """
|
||||||
{
|
{
|
||||||
// TODO: this needs some sort of object wrapper or template, and data in database
|
|
||||||
"@context": [
|
"@context": [
|
||||||
"https://www.w3.org/ns/activitystreams",
|
"https://www.w3.org/ns/activitystreams",
|
||||||
"https://w3id.org/security/v1"
|
"https://w3id.org/security/v1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue