Commit efb3a3f9 authored by tom's avatar tom

remove private tag redirect

parent 9817d753
...@@ -2,10 +2,6 @@ const BASE_PATH = require('../../lib/link/basePath.js'); ...@@ -2,10 +2,6 @@ const BASE_PATH = require('../../lib/link/basePath.js');
const PATHS = require('../../lib/link/paths.js'); const PATHS = require('../../lib/link/paths.js');
const oldUrls = [ const oldUrls = [
{
oldPath: '/account/tag_address',
newPath: `${ PATHS.private_tags }?tab=address`,
},
{ {
oldPath: '/account/tag_transaction', oldPath: '/account/tag_transaction',
newPath: `${ PATHS.private_tags }?tab=tx`, newPath: `${ PATHS.private_tags }?tab=tx`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment