Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
MPAI-MMM
mmm-tec
Commits
7d39f396
Commit
7d39f396
authored
Oct 18, 2024
by
cann-alberto
Browse files
Added support for unity script to communicate personae data
parent
5d5e1b29
Changes
5
Hide whitespace changes
Inline
Side-by-side
MMM-Server/MMM-Server/Controllers/ActivityController.cs
0 → 100644
View file @
7d39f396
using
Microsoft.AspNetCore.Mvc
;
using
MMM_Server.Models
;
using
MMM_Server.Services
;
namespace
MMM_Server.Controllers
;
public
class
ActivityController
{
}
MMM-Server/MMM-Server/Controllers/AuthorController.cs
0 → 100644
View file @
7d39f396
namespace
MMM_Server.Controllers
{
public
class
AuthorController
{
}
}
MMM-Server/MMM-Server/Controllers/RegistrationController.cs
View file @
7d39f396
...
...
@@ -59,9 +59,4 @@ public class RegistrationController : ControllerBase
return
CreatedAtAction
(
nameof
(
Get
),
new
{
id
=
newDevice
.
Id
},
newDevice
);
}
}
}
\ No newline at end of file
MMM-Server/MMM-Server/obj/Debug/net8.0/MMM-Server.AssemblyInfo.cs
View file @
7d39f396
...
...
@@ -14,7 +14,7 @@ using System.Reflection;
[
assembly
:
System
.
Reflection
.
AssemblyCompanyAttribute
(
"MMM-Server"
)]
[
assembly
:
System
.
Reflection
.
AssemblyConfigurationAttribute
(
"Debug"
)]
[
assembly
:
System
.
Reflection
.
AssemblyFileVersionAttribute
(
"1.0.0.0"
)]
[
assembly
:
System
.
Reflection
.
AssemblyInformationalVersionAttribute
(
"1.0.0+
c4e1e131fa49353715911b0a6
cc38
6593ad8590f
"
)]
[
assembly
:
System
.
Reflection
.
AssemblyInformationalVersionAttribute
(
"1.0.0+
5d5e1b29d5aafa3c83f4c45a
cc
6
38
5b8eaeec036
"
)]
[
assembly
:
System
.
Reflection
.
AssemblyProductAttribute
(
"MMM-Server"
)]
[
assembly
:
System
.
Reflection
.
AssemblyTitleAttribute
(
"MMM-Server"
)]
[
assembly
:
System
.
Reflection
.
AssemblyVersionAttribute
(
"1.0.0.0"
)]
...
...
MMM-Server/MMM-Server/obj/Debug/net8.0/MMM-Server.AssemblyInfoInputs.cache
View file @
7d39f396
aba5d00d31482b00647b01bb0130ea75db3de330b475e4812302412ce6c448b2
312559ad4f905b2d902421072d85980d1b9033da444e5ee16d564f41e8d25c4b
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment