From 4c1c13d337e417a608a3813bbb7b242323b732eb Mon Sep 17 00:00:00 2001 From: Miroslav Blasko Date: Sat, 4 May 2024 06:34:13 +0200 Subject: [PATCH] Fix user type Not refactored from fmea-application:user to foaf:Person --- http/auth-controller.http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/auth-controller.http b/http/auth-controller.http index 157f9cc3..7bf85701 100644 --- a/http/auth-controller.http +++ b/http/auth-controller.http @@ -5,7 +5,7 @@ Content-Type: application/ld+json "username": "jakub", "password": "heslicko", "types": [ - "http://onto.fel.cvut.cz/ontologies/fta-fmea-application/User" + "http://xmlns.com/foaf/0.1/Person" ], "@context": { "iri": "@id",