Skip to content
Snippets Groups Projects
Commit 5ddc5be3 authored by Johannes Buechele's avatar Johannes Buechele
Browse files

fixed public search

parent 6867f879
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ const getPublicWorkList = async (
try {
const result = await HttpClient.get(url, {
skipAuth: true,
headers: { "Content-Type": "application/json" },
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment