This commit is contained in:
@@ -26,7 +26,9 @@ DO CLIENT STUFF NOW COME BACK TO THIS STUFF LATER
|
|||||||
TODO: 2019-06-07 10:47:57.8894|WARN|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The CORS protocol does not allow specifying a wildcard (any) origin and credentials at the same time. Configure the policy by listing individual origins if credentials needs to be supported.
|
TODO: 2019-06-07 10:47:57.8894|WARN|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The CORS protocol does not allow specifying a wildcard (any) origin and credentials at the same time. Configure the policy by listing individual origins if credentials needs to be supported.
|
||||||
2
|
2
|
||||||
|
|
||||||
|
TODO: TAGS / SEEDER Need all letters, numbers
|
||||||
|
- When a user is trialing AyaNova or learning it they will experimentally type something in tag box, need to ensure no matter what they type some sample tags come up
|
||||||
|
- See tags that contain the whole alphabet and all numbers in sample trial data
|
||||||
|
|
||||||
TODO: DO I NOT HAVE AN ERASE DB ROUTE?
|
TODO: DO I NOT HAVE AN ERASE DB ROUTE?
|
||||||
- wouldn't that make the below possible??
|
- wouldn't that make the below possible??
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ namespace AyaNova.Util
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return "8.0.0-alpha.2019.Oct.23";
|
return "8.0.0-alpha.2019.Dec.2";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user